home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TQTEMPLATESEDITOR
/
TQTEMPLATESEDITOR.txt
Wrap
Text File
|
2004-10-12
|
3KB
|
162 lines
object QTemplatesEditor: TQTemplatesEditor
Left = 204
Top = 173
HelpContext = 14029
ActiveControl = lItems
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Quick Templates'
ClientHeight = 301
ClientWidth = 536
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 48
Width = 52
Height = 13
Caption = '&Templates:'
FocusControl = lItems
end
object lAccount: TLabel
Left = 8
Top = 20
Width = 43
Height = 13
Caption = '&Account:'
FocusControl = cbUser
end
object bClose: TButton
Left = 440
Top = 268
Width = 89
Height = 25
Cancel = True
Caption = '&Close'
ModalResult = 1
TabOrder = 5
OnClick = bCloseClick
end
object bAdd: TButton
Left = 440
Top = 68
Width = 89
Height = 25
Caption = '&New'
TabOrder = 1
OnClick = bAddClick
end
object bDel: TButton
Left = 440
Top = 108
Width = 89
Height = 25
Caption = '&Delete'
TabOrder = 2
OnClick = bDelClick
end
object bEdit: TButton
Left = 440
Top = 148
Width = 89
Height = 25
Caption = '&Edit'
Default = True
TabOrder = 3
OnClick = bEditClick
end
object cbUser: TComboBox
Left = 128
Top = 16
Width = 305
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 6
OnChange = cbUserChange
end
object bHelp: TButton
Left = 440
Top = 204
Width = 89
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = bHelpClick
end
object pList: TPanel
Left = 7
Top = 65
Width = 426
Height = 228
BevelOuter = bvNone
TabOrder = 0
object lItems: TListView
Left = 0
Top = 0
Width = 426
Height = 228
Align = alClient
Columns = <
item
Caption = 'Handle'
Width = 120
end
item
Caption = 'Share'
end
item
Caption = 'Description'
Width = 100
end
item
Caption = 'New'
end
item
Caption = 'Reply'
end
item
Caption = 'Forward'
end>
ColumnClick = False
HideSelection = False
ReadOnly = True
RowSelect = True
PopupMenu = pMenu
TabOrder = 0
ViewStyle = vsReport
OnDblClick = bEditClick
end
end
object pMenu: TPopupMenu
Left = 468
Top = 24
object mEdit: TMenuItem
Caption = '&Edit'
Default = True
ShortCut = 13
OnClick = bEditClick
end
object mAdd: TMenuItem
Caption = '&Add'
ShortCut = 45
OnClick = bAddClick
end
object mDelete: TMenuItem
Caption = '&Delete'
ShortCut = 46
OnClick = bDelClick
end
end
end